YUM-DEBUG-RESTORE(1) | dnf-plugins-core | YUM-DEBUG-RESTORE(1) |
NAME¶
yum-debug-restore - redirecting to DNF debug Plugin
DESCRIPTION¶
Writes system RPM configuration to a dump file and restore it.
NOTE:
DNF and Yum debug files are not compatible and thus can't
be used by the other program.
SYNOPSIS¶
dnf debug-dump [--norepos] [<filename>]
dnf debug-restore [--output] [--install-latest] [--ignore-arch] [--filter-types = [install,remove,replace]] <filename>
ARGUMENTS¶
- <filename>
- File to write dump to or read from.
OPTIONS¶
dnf debug-dump
- --norepos
- Do not dump content of enabled repos.
dnf debug-restore
- --output
- Only output list of packages which will be installed or removed. No actuall changes are done.
- --install-latest
- When installing use the latest package of the same name and architecture.
- --ignore-arch
- When installing package ignore architecture and install missing packages matching the name, epoch, version and release.
- --filter-types=[install,remove,replace]
- Limit package changes to specified type.
AUTHOR¶
See AUTHORS in your Core DNF Plugins distribution
COPYRIGHT¶
2014, Red Hat, Licensed under GPLv2+
April 15, 2021 | 4.0.2.2 |